<!DESCRIPTION> A "news updater" that rotates among different messages. Infinite number of messages can be added to the updater. This script uses a special mechanism to dynamically determine the height of the longest message, and sets itself to match this height. Browsers other than IE 4.x will simply see nothing.
<!/DESCRIPTION>
<!CATEGORY>scrollers<!/CATEGORY>
<!SCRIPT>
<!-- START OF SCRIPT -->
<!-- Step 1: Copy the below into the <head> section of your web page: -->
<!-- Step 2: Copy the below into the <body> section of your web page (preferably inside a table column that has its width specified, ie 230, or 25%): -->
<script language="javascript1.2">
<!--
/*
News Updater Script-
⌐ Dynamic Drive (www.dynamicdrive.com)
For full source code, installation instructions,
100's more DHTML scripts, and Terms Of
Use, visit dynamicdrive.com
*/
var head=''
var top=0
var maxheight
var finished=false
var tickers=new Array()
tickers[0]='<a href="0.htm">This is message 0</a>'
tickers[1]='<a href="1.htm">This is message 1</a>'
tickers[2]='<a href="2.htm">This is message 2.</a>'
tickers[3]='<a href="3.htm">This is message 3.</a>'
tickers[4]='<a href="4.htm">This is message 4.</a>'
<!-- Step 2: Copy the below into the <body> section of your web page (preferably inside a table column that has its width specified, ie 230, or 25%): -->
<script language="javascript1.2">
<!--
/*
News Updater Script-
⌐ Dynamic Drive (www.dynamicdrive.com)
For full source code, installation instructions,
100's more DHTML scripts, and Terms Of
Use, visit dynamicdrive.com
*/
var head=''
var top=0
var maxheight
var finished=false
var tickers=new Array()
tickers[0]='<a href="0.htm">This is message 0</a>'
tickers[1]='<a href="1.htm">This is message 1</a>'
tickers[2]='<a href="2.htm">This is message 2.</a>'
tickers[3]='<a href="3.htm">This is message 3.</a>'
tickers[4]='<a href="4.htm">This is message 4.</a>'